!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window,document)}):"object"==typeof exports?module.exports=function(e,r){return e=e||window,r=r||("undefined"!=typeof window?require("jquery"):require("jquery")(e)),t(r,e,e.document)}:t(jQuery,window,document)}(function(n,o,e){n.fn.dataTable.ext.order.intl=function(e,r){var t;o.Intl&&(t=new Intl.Collator(e,r),delete(r=n.fn.dataTable.ext.type).order["string-pre"],r.order["string-asc"]=t.compare,r.order["string-desc"]=function(e,r){return-1*t.compare(e,r)})},n.fn.dataTable.ext.order.htmlIntl=function(e,r){var t;o.Intl&&(t=new Intl.Collator(e,r),delete(r=n.fn.dataTable.ext.type).order["html-pre"],r.order["html-asc"]=function(e,r){return e=e.replace(/<.*?>/g,""),r=r.replace(/<.*?>/g,""),t.compare(e,r)},r.order["html-desc"]=function(e,r){return e=e.replace(/<.*?>/g,""),r=r.replace(/<.*?>/g,""),-1*t.compare(e,r)})}});